From d9b482137c6bd9f2dd52cec1b52c3debefe83cb1 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 23 Jun 2005 12:33:22 +0000 Subject: [PATCH] bitkeeper revision 1.1744 (42baac12VHiYuszqWxXm5lsjjqZq4g) This patch fixes some wrong comment in STE policy code. Signed-off-by: Nguyen Anh Quynh --- xen/acm/acm_simple_type_enforcement_hooks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/acm/acm_simple_type_enforcement_hooks.c b/xen/acm/acm_simple_type_enforcement_hooks.c index 17e75deca8..6606c53a73 100644 --- a/xen/acm/acm_simple_type_enforcement_hooks.c +++ b/xen/acm/acm_simple_type_enforcement_hooks.c @@ -31,7 +31,7 @@ #include #include -/* local cache structures for chinese wall policy */ +/* local cache structures for STE policy */ struct ste_binary_policy ste_bin_pol; static inline int have_common_type (ssidref_t ref1, ssidref_t ref2) { @@ -66,7 +66,7 @@ static int share_common_type(struct domain *subj, struct domain *obj) } /* - * Initializing chinese wall policy (will be filled by policy partition + * Initializing STE policy (will be filled by policy partition * using setpolicy command) */ int acm_init_ste_policy(void) -- 2.30.2